home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1122 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.infi.net!usenet
  2. From: nngis@norfolk.infi.net (Greg DiGiorgio)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: circular buffer I/O library
  5. Date: 11 Jan 1996 15:52:25 GMT
  6. Organization: Customer of InfiNet
  7. Message-ID: <4d3bnp$fsm@news.infi.net>
  8. References: <Pine.ULT.3.91.960110153722.15527H-100000@ic8wd2.settimo.italtel.it>
  9. Reply-To: nngis@norfolk.infi.net
  10. NNTP-Posting-Host: h-langoliers.norfolk.infi.net
  11. Mime-Version: 1.0
  12. X-Newsreader: WinVN 0.99.3
  13.  
  14. In article 
  15. <Pine.ULT.3.91.960110153722.15527H-100000@ic8wd2.settimo.italtel.it>, 
  16. angiolin@ic8wd2.settimo.italtel.it says...
  17. >
  18. >Please can someone tell me if exists a circular buffer I/O library ?
  19.  
  20. *** "Circular buffer I/O" - I don't even know what it is, much less if it 
  21. *** exists. Are you referring to wrap-around files wherein the file is 
  22. *** declared to be of fixed size? As output is written, if the file is
  23. *** about to exceed its size, it wraps to the top of the file and 
  24. *** continues writing from there? Kind of like a logging function?
  25. *** If so, I still don't know about an I/O library. What platform are
  26. *** you using - UNIX? IBM VSAM? MS-DOS? DOS/VSE?
  27. ***
  28. *** In any case, if "circular buffer I/O" is a "wrap-around file" for
  29. *** a sequential (non-indexed) file, it shoud be simple enough to code.
  30. *** Of course by simple, I mean relative to writing an entire I/O 
  31. *** subsystem library.
  32.  
  33. >
  34. >Thanks in advance !!!!
  35. >
  36. >                                   ,,,
  37. >                                  (o o)
  38. >-------------------------------ooO-(_)-Ooo------------------------------
  39. -----
  40. >Giorgio Angiolini - R&D             | Il tempo vola e io no. 
  41. >Italtel S.I.T.  Castelletto         | Strano sarebbe se noi volassimo e 
  42. il
  43. >Settimo Milanese (Milan) - Italy    | tempo no. Il  cielo sarebbe pieno 
  44. di
  45. >E-MAIL:angiolin@settimo.italtel.it  | uomini con l'orologio fermo !
  46. >Voice : (39) 2 4388 7501            | Bergonzoni
  47. >------------------------------------------------------------------------
  48. -----
  49. >
  50. >
  51. Best wishes,
  52. Greg DiGiorgio
  53.  
  54. P.S. Do Italian pizzarias really break in brick ovens for 
  55.      months before they actually sell the pizzas to the public?
  56. P.P.S I have the last name, it's true, but none of the heritage.
  57.      years
  58.  
  59.